Class: MrMurano::Gateway::Resources::GatewayItem

Inherits:
Item
  • Object
show all
Defined in:
lib/MrMurano/Gateway.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#aliasString



129
130
131
# File 'lib/MrMurano/Gateway.rb', line 129

def alias
  @alias
end

#allowedArray



127
128
129
# File 'lib/MrMurano/Gateway.rb', line 127

def allowed
  @allowed
end

#formatString



121
122
123
# File 'lib/MrMurano/Gateway.rb', line 121

def format
  @format
end

#settableBoolean



125
126
127
# File 'lib/MrMurano/Gateway.rb', line 125

def settable
  @settable
end

#unitString



123
124
125
# File 'lib/MrMurano/Gateway.rb', line 123

def unit
  @unit
end

Instance Method Details

#reject_ephemeralObject



131
132
133
134
# File 'lib/MrMurano/Gateway.rb', line 131

def reject_ephemeral
  # All attrs exist on server, so nothing to remove.
  super
end