Class: WifiWand::BaseModel::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/wifi_wand/models/base_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#err_streamObject

Returns the value of attribute err_stream

Returns:

  • (Object)

    the current value of err_stream



30
31
32
# File 'lib/wifi_wand/models/base_model.rb', line 30

def err_stream
  @err_stream
end

#out_streamObject

Returns the value of attribute out_stream

Returns:

  • (Object)

    the current value of out_stream



30
31
32
# File 'lib/wifi_wand/models/base_model.rb', line 30

def out_stream
  @out_stream
end

#utcObject

Returns the value of attribute utc

Returns:

  • (Object)

    the current value of utc



30
31
32
# File 'lib/wifi_wand/models/base_model.rb', line 30

def utc
  @utc
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



30
31
32
# File 'lib/wifi_wand/models/base_model.rb', line 30

def verbose
  @verbose
end

#wifi_interfaceObject

Returns the value of attribute wifi_interface

Returns:

  • (Object)

    the current value of wifi_interface



30
31
32
# File 'lib/wifi_wand/models/base_model.rb', line 30

def wifi_interface
  @wifi_interface
end