Class: Twilic::Core::Model::StringValue

Inherits:
Data
  • Object
show all
Defined in:
lib/twilic/core/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



105
106
107
# File 'lib/twilic/core/model.rb', line 105

def mode
  @mode
end

#prefix_lenObject (readonly)

Returns the value of attribute prefix_len

Returns:

  • (Object)

    the current value of prefix_len



105
106
107
# File 'lib/twilic/core/model.rb', line 105

def prefix_len
  @prefix_len
end

#ref_idObject (readonly)

Returns the value of attribute ref_id

Returns:

  • (Object)

    the current value of ref_id



105
106
107
# File 'lib/twilic/core/model.rb', line 105

def ref_id
  @ref_id
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



105
106
107
# File 'lib/twilic/core/model.rb', line 105

def value
  @value
end