struct Biamp::NTP::Response::FullPath
- Biamp::NTP::Response::FullPath
- Struct
- Value
- Object
Defined in:
biamp/ntp.crConstructors
Instance Method Summary
- #attribute : String
- #clone
- #copy_with(message _message = @message, type _type = @type, device _device = @device, attribute _attribute = @attribute, params _params = @params, value _value = @value)
- #device : Int32
- #message : String
- #params : Array(String)
- #type : Command::Type
- #value : String
Constructor Detail
def self.new(message : String, type : Command::Type, device : Int32, attribute : String, params : Array(String), value : String)
#
Instance Method Detail
def copy_with(message _message = @message, type _type = @type, device _device = @device, attribute _attribute = @attribute, params _params = @params, value _value = @value)
#