Class: Frodo::Properties::Byte
- Inherits:
-
Integer
- Object
- Frodo::Property
- Integer
- Frodo::Properties::Byte
- Defined in:
- lib/frodo/properties/integer.rb
Overview
Defines the Byte Frodo type.
Instance Attribute Summary
Attributes inherited from Frodo::Property
Instance Method Summary collapse
-
#type ⇒ Object
The Frodo type name.
Methods inherited from Integer
Methods inherited from Frodo::Property
#==, #allows_nil?, #concurrency_mode, from_xml, #initialize, #json_value, #strict?, #to_xml, #url_value, #xml_value
Constructor Details
This class inherits a constructor from Frodo::Property
Instance Method Details
#type ⇒ Object
The Frodo type name
82 83 84 |
# File 'lib/frodo/properties/integer.rb', line 82 def type 'Edm.Byte' end |